DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IIndexScanner<T> Interface / KeyCount Property

In This Topic
    KeyCount Property (IIndexScanner<T>)
    In This Topic
    Gets the number of distinct key values in all items of this collection.
    Syntax
    'Declaration
     
    ReadOnly Property KeyCount As Integer
    int KeyCount {get;}

    Property Value

    Number of distinct key values in the collection.
    Remarks
    This number is not the same as the number of elements in the collection, unless the index key is a unique key of that collection, see C1.LiveLinq.Indexing.IndexDefinition<T>.KeyIsUnique.
    See Also